home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 25 / AMIGAplus Sonderheft 25 (2000)(Falke)(DE)(Track 1 of 4)[!].iso / Updates / PowerPC / pdflib / fonts / pdflib.upr < prev    next >
Text File  |  2000-05-16  |  2KB  |  71 lines

  1. PS-Resources-1.0
  2.  
  3. % This is a sample UPR file for use with PDFlib.
  4. % It describes the 14 PDF core fonts (only AFM metrics, no font outline files),
  5. % and an additional sample font (with AFM metrics and font outline file).
  6. % Please note that this UPR file and the AFM files are only
  7. % necessary if you want to use fonts with non-native encodings, i.e.,
  8. % Mac encoding on a Unix or Windows system, or WinAnsi encoding on
  9. % the Mac.
  10.  
  11. % A description of the UPR file format can be found in the PDFlib
  12. % manual.
  13.  
  14. % UPR files can be generated from several kinds of resources
  15. % with the makepsres utility. It is available freely on the net.
  16.  
  17. % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  18. %
  19. % The first section declares the resources described in this file.
  20. % It will have to be changed only rarely.
  21. % The keywords given here start the later sections. A single '.' on
  22. % a line closes a section.
  23.  
  24. FontAFM
  25. FontOutline
  26. .
  27.  
  28. % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  29. %
  30. % The path entry is a shortcut to the resource files. It will be
  31. % prepended to all resource file names. Adjust as necessary.
  32. % Note that the first slash is required by UPR syntax, the rest
  33. % of the line contains the path (relative to the respective program).
  34. % The line should _not_ end with a directory separator. On the Mac,
  35. % of course, you will have to put colons ':' as directory separators.
  36. %
  37. % Important: you will either have to adjust the font path (and remove the
  38. % percent character at the beginning) in this line, or add appropriate
  39. % path names to all file names in the rest of this file.
  40.  
  41. %//home/tm/SRC/pdflib/fonts
  42.  
  43. % The AFM font metrics section, one line per font in the format
  44. % <fontname>=<filename>
  45.  
  46. FontAFM
  47. Courier=Courier.afm
  48. Courier-Bold=Courier-Bold.afm
  49. Courier-BoldOblique=Courier-BoldOblique.afm
  50. Courier-Oblique=Courier-Oblique.afm
  51. Helvetica=Helvetica.afm
  52. Helvetica-Bold=Helvetica-Bold.afm
  53. Helvetica-BoldOblique=Helvetica-BoldOblique.afm
  54. Helvetica-Oblique=Helvetica-Oblique.afm
  55. Symbol=Symbol.afm
  56. Times-Bold=Times-Bold.afm
  57. Times-BoldItalic=Times-BoldItalic.afm
  58. Times-Italic=Times-Italic.afm
  59. Times-Roman=Times-Roman.afm
  60. ZapfDingbats=ZapfDingbats.afm
  61. .
  62.  
  63. % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  64. %
  65. % The Font outline section, one line per font in the format
  66. % <fontname>=<filename>
  67.  
  68. FontOutline
  69. Code-128=Code_128.pfa
  70. .
  71.